home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / CAT_DISK / VDBRWS.ZIP / README.TXT < prev   
Encoding:
Text File  |  1994-03-13  |  4.5 KB  |  120 lines

  1.                     Virtual Disk Browser Version 1.0
  2.                            by Bruce W. Evans
  3.                            
  4. This software is for users of removable disks such as Syquest, Bernoulli and
  5. magneto-optical disks.  It provides a way to easily find a desired file
  6. without having to insert, spin up, browse and remove a succession of disks.
  7. The software consists of two parts: a cataloger and browser.  The cataloger
  8. creates a catalog file containing all the directory information for a disk.  
  9. The browser allows you to conveniently view this information to find a file.
  10. By keeping a catolog for each removable disk on your fixed disk, you can find
  11. which disk contains the file you need without having to handle any disks.
  12.  
  13. INSTALLATION
  14. Simply unzip the distribution file into a convenient directory. All of the
  15. files (with the exception of this text) must be in the same directory.
  16. You should have the following files:
  17.  
  18. MCSH.EX
  19. BRWSH.EX
  20. BROWSE.BAT
  21. CATALOG.BAT
  22. EX.EXE
  23. DOS4GW.EXE
  24.  
  25. The .EX files are encrypted source code which is run by the EX.EXE 
  26. interpreter. DOS4GW.EXE is a DOS extender required by EX.EXE.  The
  27. .BAT files provide a convenient means to run the interpreter.
  28.  
  29. REQUIREMENTS
  30. DOS, at least 2MB memory, and a 386 or better processor.  This program will
  31. *not* run under Windows, not even in a DOS window (sorry).
  32.  
  33. USE
  34.  
  35. To run the cataloger, type
  36.  
  37. catalog drive file
  38.  
  39. where 'drive' is the root directory of drive you want to catalog 
  40. (e.g. "d:\") and 'file' is the name of the catalog file that will be created.
  41. The catalog file can have any valid DOS file name.  It will be helpful to name 
  42. the catalog file so that it can be easily associated with the corresponding
  43. disk.  I mark my disks with the name of this file.
  44.  
  45. To run the browser, type
  46.  
  47. browse file
  48.  
  49. where 'file' is a catalog file.  If you omit the file name, you will be asked
  50. for one when the program starts.
  51.  
  52. When it starts, the program will list the files in the root directory.  
  53. Sub-directories are highlighted in yellow.  The top line is a menu, and the
  54. line below shows the path name of the current directory.  Menu items are
  55. selected by typing the highlighted letter in each choice.
  56.  
  57. The available actions are:
  58.  
  59. N - New drive
  60.     This opens a new catalog file for browsing
  61.  
  62. L - List files
  63.     This lists all the files in the current directory.  The browser always
  64.     shows as many files as will fit on the screen.  If there is more than
  65.     one screenful of files in a directory, 'List' will let you page through
  66.     all of them.
  67.  
  68. D - Down
  69.     Change to current directory to one of the sub-directories.
  70.  
  71. U - Up
  72.     Change the current directory to the parent directory.
  73.  
  74. T - Tree
  75.     Provide an indented listing of all the directories below the current
  76.     directory in the directory hierarchy.
  77.  
  78. F - Find
  79.     Find a file with specified name.  The current directory, and all 
  80.     directories below it are searched.  The DOS wild card characters
  81.     '*' and '?' are *not* allowed, but all files whose name contain the
  82.     specified search string as a substring will be shown.  For instance,
  83.     simply searching for ".EXE" will find executable files.
  84.  
  85. C - Change directory
  86.     Change the current directory to any valid path. Paths starting with
  87.     a '\' character will start in the root directory.  (For instance,
  88.     '\' by itself will get you back to the root directory from anywhere
  89.     else).  Otherwise, the path is relative to the current directory.
  90.  
  91. Q - Quit
  92.     Exit the program.
  93.  
  94. OTHER INFORMATION
  95.  
  96. This version was written primarily for my personal use, but I thought others
  97. might find it handy.  It is not guaranteed to be good for anything, and
  98. I disclaim all responsiblity any consequences of anyone else's use of this
  99. program.  Although I can't promise any technical support, I would appreciate
  100. hearing of any bugs you find or features you would like to see in future
  101. versions.
  102.  
  103. This program is released as freeware; that is, it is copyrighted, but
  104. permission is granted without charge for non-commercial use by individuals
  105. and non-profit organizations.  Basically, if this program helps you make
  106. money, I expect some too; otherwise enjoy it with my compliments. I can
  107. be reached at:
  108.  
  109.     BREV Enterprises
  110.     1559E Pacific Coast Hwy., Suite 227
  111.     Hermosa Beach, CA 90254
  112.     
  113.     Compuserve: 76616,215
  114.     
  115. This program was written in the "Euphoria" language from Rapid Deployment
  116. Software.  I have no relationship with Rapid Deployment Software other than
  117. as a satisfied customer.  If you a looking for a fast, elegant, simple,
  118. robust, flexible and powerful programming language, check out Euphoria.
  119.  
  120.